home *** CD-ROM | disk | FTP | other *** search
/ Hottest 6 / Hottest 6 (1996)(PDSoft)[!].iso / software / fredfish / 1100.lha / Programs / Sort / History next >
Text File  |  1995-04-12  |  2KB  |  64 lines

  1. sort        Version 1.36        by Rüdiger Werner
  2.  
  3. History
  4. -------
  5.  
  6. Version 1.00 - 1.20
  7. internal versions which contained several bugs
  8. written on a PC because of lack of a working C-Compiler for AMIGA
  9.  
  10. Version 1.21
  11. adapted to AMIGA
  12. now it can be compiled with the DICE-C-Compiler V2.06.21
  13. written by Matthew Dillon
  14.  
  15. Version 1.22
  16. removed the bug that the program crashes if a line in input file is longer
  17. than the limit. But 1024 Byte is quite long. So I don't think it will
  18. be reached. If yes after all, the bytes which are too much will be cutted.
  19.  
  20. Version 1.23
  21. added the -n|N switch
  22. Translated the program into English, optimized the code a little bit.
  23.  
  24. Version 1.24
  25. made some changes on the part where switches are interpreted
  26. now some contradictions removed
  27.  
  28. Version 1.25
  29. the loading routine completely new implemented, now needs less memory
  30.  
  31. Version 1.30
  32. implemented an improved algorithm for sorting.
  33. Now the speed is more than twice as fast as before.
  34.  
  35. Version 1.31
  36. optimized the erasing of empty lines, so sorting becomes faster
  37. added some colors
  38.  
  39. Version 1.32
  40. optimized setting of switches
  41. added -j|J switch; now it's possible to join as much files as memory allows
  42. removed some bugs, which could be troublesome (actually every bug is this)
  43.  
  44. Version 1.33
  45. added -f[y] and -l[y] switch
  46. now it's possible to sort within a given range, of course the speed becomes
  47. slower due to additional code in the sorting routine
  48. if no range is given the speed is around 10 per cent faster as before
  49.  
  50. Version 1.34
  51. removed a bug which could be fatal.
  52. Due to some changings in the sorting routine the speed has been increased
  53. again.
  54.  
  55. Version 1.35
  56. don't remember, because of the long time which has gone (holidays...)
  57. oh yes, added the -s option
  58.  
  59. Version 1.36
  60. added the -P option
  61. the -s option can now be used also in a given range, means it works now as
  62. the other functions too.
  63. as usual the sorting speed could be increased a little bit again
  64.